home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl040 / study21j.lzh / RBBS2SYS.DOC < prev    next >
Text File  |  1992-02-23  |  591b  |  43 lines

  1.  
  2.  
  3. This little utility will convert a RBBS Dorinfo1.Def, Dorinfo2.Def, etc
  4. into a Door.Sys file for use with OmegaComm BBS doors.  To execute it
  5. do the following:
  6.  
  7. RBBS2SYS X
  8.  
  9. X = 1, 2, etc (the node number of the Dorinfo(x).Def file
  10.  
  11. For example: (Dorinfo1.Def)
  12.  
  13. RBBS2SYS 1
  14.  
  15. This will take the following Dorinfo1.Def file:
  16.  
  17. THE WATCHMANS BBS
  18. LARRY
  19. LOISELLE
  20. COM1
  21. 2400 BAUD,N,8,1
  22. 0
  23. ROGER
  24. LALIK
  25. HENDERSON,KY
  26. 2
  27. 55
  28. 104
  29. -1
  30.  
  31. and convert it to this Door.Sys file:
  32.  
  33. ROGER LALIK
  34. 1
  35. 2400
  36. 104
  37. G
  38. S
  39.  
  40. This utility should work just great for you.
  41.  
  42. Larry   23 Feb 92
  43.